home *** CD-ROM | disk | FTP | other *** search
- *** txt2pdf Tue Feb 9 08:51:32 1999
- --- txt2pdf.pl Wed Feb 10 13:50:46 1999
- ***************
- *** 262,268 ****
- $pageNO=0;
- $fpos=0;
- @pageObj='';
- ! if(!$option{'title'}) {$title=basename($input,"");}
- else {$title=$option{'title'};}
- $verbose and print "Processing $input file\n";
- $output=$input;
- --- 262,271 ----
- $pageNO=0;
- $fpos=0;
- @pageObj='';
- ! if(!$option{'title'}) {
- ! $title=basename($input,"");
- ! $title=~ s/([^\\])\\([^\\])/$1\\\\$2/g;
- ! }
- else {$title=$option{'title'};}
- $verbose and print "Processing $input file\n";
- $output=$input;
-